Click or drag to resize

HeaderItem Property (StandardHeader)

Gets or sets the value associated with the specified header key. In C#, this property is the indexer for the Header class.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string this[
	StandardHeader headerKey
] { get; set; }

Parameters

headerKey
Type: Independentsoft.SipStandardHeader

Property Value

Type: String
See Also